.header {
	width: 100%;
	height: 100px;
	line-height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 11% 0 12%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meun {
	display: none;
	width: 2.1rem;
	height: 1.7rem;
}

.logo {
	display: block;
	width: 15.4%;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 2px;
}

.headerListUl {
	width: 60%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerListLi {
	width: 12%;
	height: 100%;
	position: relative;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.headerListLi.active {
	color: #0074D6;
	border-bottom-color: #0074D6;
}

.headerListLi a {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-family: Source Han Sans CN;
	color: #343434;
	line-height: 20px;
}

.headerBtn {
	width: 20rem;
	display: flex;
	align-items: center;
}

.headerBtn a {
	width: 40%;
	text-align: center;
	font-size: 1.8rem;
}

.headerBtn .linkRight {
	border-right: 1px solid #616161;
}

.headerBtn .headerBtn_lang {
	width: 60%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.headerBtn .headerBtn_lang:after {
	display: block;
	width: 1px;
	height: 19px;
	background: #616161;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9.5px;
}

.headerBtn_lang .hb_lang {
	width: 20px;
	height: 20px;
}

.headerBtn_lang .hb_lang_right {
	width: 10px;
	height: 16px;
}

.headerBtn_lang span,
.headerBtn_lang font {
	color: #343434;
	margin: 0 9px 0 7px;
}

.headerBtn_lang font {
	display: none;
}

.headerBtn label {
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 8px;
	color: #fff;
	background-color: #0074D6;
	line-height: 20px;
	border-radius: 2px;
	cursor: pointer;
}

.headerBtn .nav_user_head_img {
	display: block;
	margin: 0 auto;
	width: 50%;
	border-radius: 50%;
}


.headerListLi:hover .header_ul {
	max-height: 999px;
	height: auto;
}

.header_ul {
	position: absolute;
	left: 0;
	top: 60px;
	width: 20rem;
	height: 0;
	margin-left: -5rem;
	box-sizing: border-box;
	padding: 0 0.5rem;
	transition: max-height 1s;
	overflow: hidden;
	max-height: 0;
}

.header_ul::-webkit-scrollbar {
	width: 0 !important
}

.header_ul {
	-ms-overflow-style: none;
}

.header_ul {
	overflow: -moz-scrollbars-none;
}

.header_ul img {
	display: block;
	width: 10px;
	height: 6px;
	margin: 0 auto;
}

.header_ul ul {
	background-color: #0074D6;
	padding: 10px 0;
}

.header_ul ul li {
	padding: 11px 0;
}

.header_ul ul li a {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFF;
	line-height: 20px;
}

.wap_nav {
	display: none;
	width: 100%;
	max-height: calc(100% - 40px);
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 12;
}

.wap_nav .wap_nav_list {
	width: 40%;
	background-color: #fff;
	box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.07);
}

.wap_nav_list .wap_nav_list_li {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}

.wap_nav_list .wap_nav_list_li a {
	display: block;
	width: 100%;
	background-image: url(../img/sanjiao_bottom.png);
	background-size: 9px 6px;
	background-position: 84% center;
	background-repeat: no-repeat;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #343434;
	height: 4rem;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 1.5rem;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.wap_nav_list .wap_nav_list_li.active a {
	background-image: url(../img/sanjiao_right_active.png);
	background-size: 6px 11px;
	background-position: 85% center;
	color: #0074D6;
}

.wap_nav_list_li .wap_nav_list_li_child {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #F4F5F9;
	box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.07);
	width: 100%;
	max-height: 29rem;
	overflow-y: auto;
}


}
.wap_nav_list_li .wap_nav_list_li_child li {
	border-bottom: 1px solid #EBEBEB;
}
.wap_nav .wap_nav_list_li .wap_nav_list_li_child li a {
	height: 4rem;
	line-height: 40px;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #343434;
	background: none
}
@media (max-width: 1440px) {
	.headerListLi a {
		font-size: 16px;
	}
	
	.header_ul ul li a {
		font-size: 14px;
	}
	
	.headerBtn a {
		font-size: 14px;
	}
}
@media (max-width: 1366px) {
	.headerListLi a {
		font-size: 16px;
	}
	
	.header_ul ul li a {
		font-size: 14px;
	}
	
	.headerBtn a {
		font-size: 14px;
	}
}
@media (max-width: 1320px) {
	.header {
		padding: 0 5%;
	}
}
@media (max-width: 1024px) {
	.header {
		padding: 0 5%;
	}
	
	.headerListLi a {
		font-size: 14px;
	}
	
	.header_ul ul li a {
		font-size: 14px;
	}
	
	.headerBtn a {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.headerListUl,
	.headerBtn_lang span {
		display: none;
	}
	
	.meun,
	.headerBtn_lang font {
		display: block;
	}
	
	.header {
		height: 40px;
		line-height: 40px;
		padding: 0 0 0 1rem;
		background: #ECEFF4;
	}
	
	.logo {
		width: 12.9rem;
		text-align: center;
		position: fixed;
		left: 50%;
		margin-left: -6.45rem;
	}
	
	.headerBtn {
		width: 34%;
		display: flex;
		align-items: center;
	}
	
	.headerBtn .headerBtn_lang {
		width: 50%;
	}
	
	.headerBtn a {
		width: 50%;
		text-align: center;
		font-size: 1.2rem;
	}
	
	.headerBtn_lang .hb_lang {
		width: 1.5rem;
		height: 1.5rem;
	}
	
	.headerBtn_lang .hb_lang_right {
		width: .5rem;
		height: .8rem;
	}
	
	.headerBtn_lang font {
		margin: 0 2px;
	}
}
@media (max-width: 320px) {
	.logo {
		width: 10rem;
		margin-left: -5rem;
	}
	
	.headerBtn {
		width: 34%;
	}
	
	.headerBtn a {
		width: 50%;
	}
	
	.headerBtn .nav_user_head_img {
		width: 50%;
	}
}